home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / misc / emu / Over5_0_388.lha / Over5 / doc / 64bin.doc next >
Text File  |  1995-08-09  |  4KB  |  148 lines

  1. Documentation for Over5 64binaries by Daniel Kahlin <tlr@stacken.kth.se>
  2. -----------------------------------------------------------------------------
  3.  
  4. Distribution:
  5.  
  6.   Over5 is FREEWARE (Freely-Distributable), but copyrighted by me. (NOT PD!) 
  7. None of the included files may be modified and/or removed.  Permission is
  8. given to freely distribute this program provided you include all files from
  9. the original archive, and no fee is charged in excess of reasonable media
  10. and mailing costs.  The program may not be used for commercial purposes
  11. without written permission from the author.
  12.  
  13.  
  14. Disclaimer:
  15.  
  16.   I cannot in any way be held responsible for anything this program does.
  17. You are using it entirely at your own risk.  Every effort has been made to
  18. keep this program bug free.  But, IF for example a bug exists that blows up
  19. your entire computer, don't blame me.
  20.  
  21. -----------------------------------------------------------------------------
  22.  
  23. Documentation:
  24.  
  25.   Over5 64binaries are: DiskSlave, MemSlave, MemSlaveC800, SerFile & FastRS.
  26.  
  27.  
  28.  
  29. DiskSlave:
  30. ----------
  31.   DiskSlave is a disk server for the c64/1541.  It supports the following:
  32. READ/WRITEFILE (COPY), DIR, STATUS, COMMAND and TEST.  The diskturbo code
  33. can be switched off at the menu.
  34.  
  35. USAGE:
  36.   Load and run.
  37. To restart after reset or similar, type 'SYS 2069'.
  38.  
  39.  
  40.  
  41. MemSlave & MemSlaveC800:
  42. ------------------------
  43.   MemSlave is a memory server for the c64.  It supports the following:
  44. READ/WRITEMEM, SYS, RUN. 
  45.  
  46. USAGE:
  47.   Load and run.
  48. To restart after reset or similar, type 'SYS 2069'.
  49. (SYS 51200 for MemSlaveC800)
  50.  
  51.  
  52.  
  53. SerFile:
  54. --------
  55.   SerFile uses the Amiga as harddisk server.  (run 'Over5 Server')
  56.  
  57. USAGE:
  58.   Load and run.
  59. Now it is installed ($f600-$ffff)
  60.  
  61. Commands:
  62.  
  63.   'LOAD "<FILENAME>",6'
  64.   '#L"<FILENAME>"'
  65. Loads the file from the server into memory.
  66.  
  67.   'SAVE "<FILENAME>",6'
  68.   '#S"<FILENAME>"'
  69. Saves file from memory to the server.
  70.  
  71.   '#C"<COMMAND>"'
  72. Sends command to the server. ('#$' can be used instead of '#C"$"')
  73.  
  74.   '#C"DIR"'
  75.   '#C"$"'
  76.   '#$'
  77. Displays the files in the current directory.
  78.  
  79.   '#C"CD"'
  80. Displays the name of the current directory.
  81.  
  82.   '#C"CD <dir>"'
  83. Set the current directory to <dir>.
  84.  
  85. Please refer to Over5.doc for additional '#C' commands.
  86.  
  87.   '#K'
  88. Uninstalls SerFile.
  89.  
  90. The '#L' and '#S' commands are slightly better than 'LOAD' / 'SAVE' because
  91. they do not use BASIC variable storage to store the filename.  (i.e they do
  92. not trash memory just below $a000)
  93.  
  94. SerFile looks dead during transfer. (screen blanked, no flashing)
  95. This is normal!  I will make it flash a bit in late versions.
  96.  
  97.  
  98.  
  99. FastRS:
  100. -------
  101.   FastRS is a memory transferrer for the c64, much like a tapeturbo,  It
  102. supports the following: SIMPLEREAD and SIMPLEWRITE. 
  103.  
  104. USAGE:
  105.   Load and run.
  106. Now it is installed. ($fc00-$ffff)
  107.  
  108. To receive:
  109.   type 'SYS 700'.  You will see the text 'WAITING...' and then
  110. the screen blanks.  Now type 'Over5 SIMPLEWRITE <filename>' on the Amiga to
  111. send.
  112.  
  113. To send:
  114.   Start 'Over5 SIMPLEREAD <filename>' on the Amiga. It should tell you
  115. 'Waiting...'.  Now type 'SYS 703' on the c64 to send.
  116.  
  117.  
  118.  
  119.  
  120.  
  121. System requirements:
  122.  
  123.   Over5 64binaries should run on any c64 or c128(in c64 mode), although it
  124. has only been tested on an old c64 with, and without TFC III.  If you find
  125. bugs or have suggestions about how to make any of the programs better please
  126. send a bugreport and/or a list of suggestions to the address at the end of
  127. this text.
  128.  
  129. -----------------------------------------------------------------------------
  130.  
  131. Author:
  132.  
  133.   Daniel Kahlin is a student at the Royal Institute of Technology (Stockholm)
  134. Former c64 demo programmer (1986-1988).  He is deeply involved with computers
  135. and electronics.
  136.  
  137.    InterNet:  <tlr@stacken.kth.se>
  138.  
  139.   SnailMail:  Daniel Kahlin
  140.               Vanadisvägen 6, 2tr
  141.               s-113 46 Stockholm
  142.               Sweden
  143.  
  144.       Phone:  08-34 84 73 (+468348473)
  145.  
  146. -----------------------------------------------------------------------------
  147.  
  148.